home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / gas_251.zip / bin_251 / binutils / testsuite / binutils-all / configure.in < prev    next >
Text File  |  1994-09-29  |  951b  |  31 lines

  1. # necessary to tailor a template configure script into the configure
  2. # script appropriate for this directory.  For more information, check
  3. # any existing configure script.
  4.  
  5. srctrigger=nm.exp
  6. srcname="DejaGnu"
  7.  
  8. # per-host:
  9.  
  10. # per-target:
  11.  
  12. # per-target:
  13.  
  14.     # everything defaults to unix for a target
  15. target_makefile_frag=../config/mt-unix
  16.  
  17.     # this section is for all targets
  18. case "${target}" in
  19.     i[345]86-*-aout) target_makefile_frag=../config/mt-i386-aout ;;
  20.     *-*-lynx*)    target_makefile_frag=../config/mt-lynx ;;
  21.     *-*-vxworks)    target_makefile_frag=../config/mt-vxworks ;;
  22.     m68k-*-*)    target_makefile_frag=../config/mt-m68k ;;
  23.     i960-*-nindy)    target_makefile_frag=../config/mt-i960-nindy ;;
  24.     a29k-*-udi)    target_makefile_frag=../config/mt-a29k-udi ;;
  25.     sparclite-*-*)    target_makefile_frag=../config/mt-slite ;;
  26.     sparc-*-aout)    target_makefile_frag=../config/mt-sparc-aout ;;
  27.     mips-*-ecoff)    target_makefile_frag=../config/mt-mips-ecoff ;;
  28. esac
  29.  
  30. # post-target:
  31.